home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / brltty.prerm < prev    next >
Text File  |  2008-08-06  |  292b  |  17 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. # Automatically added by dh_installinit
  6. if [ -x "/etc/init.d/brltty" ] && [ "$1" = remove ]; then
  7.     if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
  8.         invoke-rc.d brltty stop || exit $?
  9.     else
  10.         /etc/init.d/brltty stop || exit $?
  11.     fi
  12. fi
  13. # End automatically added section
  14.  
  15.  
  16.  
  17.